@font-face {
    font-family: "Open Sans";
    src: local("Open Sans Regular"),
        url("../fonts/opensans/OpenSans-Regular.woff2") format("woff2"),
        url("../fonts/opensans/OpenSans-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    display: swap;
}

@font-face {
    font-family: "Montserrat Bold";
    src: local("Montserrat Bold"),
        url("../fonts/montserrat/Montserrat-Bold.woff2") format("woff2"),
        url("../fonts/montserrat/Montserrat-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    display: swap;
}
@font-face {
    font-family: "Montserrat SemiBold";
    src: local("Montserrat Bold"),
        url("../fonts/montserrat/Montserrat-SemiBold.woff2") format("woff2"),
        url("../fonts/montserrat/Montserrat-SemiBold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    display: swap;
}
@font-face {
    font-family: "Montserrat Medium";
    src: local("Montserrat Medium"),
        url("../fonts/montserrat/Montserrat-Medium.woff2") format("woff2"),
        url("../fonts/montserrat/Montserrat-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    display: swap;
}
@font-face {
    font-family: "Montserrat Thin";
    src: local("Montserrat Thin"),
        url("../fonts/montserrat/Montserrat-Thin.woff2") format("woff2"),
        url("../fonts/montserrat/Montserrat-Thin.woff") format("woff");
    font-weight: 100;
    font-style: normal;
    display: swap;
}

@font-face {
    font-family: "Montserrat";
    src: local("Montserrat Regular"),
        url("../fonts/montserrat/Montserrat-Regular.woff2") format("woff2"),
        url("../fonts/montserrat/Montserrat-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    display: swap;
}

html {
    font-family: "Open Sans";
}
html,
body {
    width: 100%;
    height: 100%;
}
.titulo {
    font-family: "Montserrat Bold";
}
.subtitulo {
    font-family: "Montserrat Medium";
}

/* colores */
.color-primario {
    color: #000028;
}
.color-secundario {
    color: #7f7f7f;
}
.color-adicional1 {
    color: #d1e8fb;
}
.color-adicional2 {
    color: #00dcff;
}

/* background */
.bg-primario {
    background: #000028;
}
.bg-secundario {
    background: #7f7f7f;
}
.bg-adicional1 {
    background: #d1e8fb;
}
.bg-adicional2 {
    background: #00dcff;
}
/* toallas */
.row-color {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 0px 10px;
    text-align: center;
}
.colors {
    width: 20px;
    height: 20px;
    border-radius: 50px;
}
.c-turquesa {
    background: #00a6bc;
}
.c-verde-agua {
    background: #69c1be;
}
.c-blanca {
    background: #bed0d4;
}
.c-roja {
    background: #a92f47;
}
.c-rosa {
    background: #d577b9;
}
.c-fucsia {
    background: #c7258a;
}
.c-amarillo {
    background: #ecd968;
}
.c-azul {
    background: #004f9b;
}
.c-azul-oscuro {
    background: #011935;
}
.c-celeste {
    background: #4ca5db;
}

/* elementos */
.boton {
    border-radius: 50px;
    text-transform: inherit;
    font-family: "Montserrat Medium";
    box-shadow: none;
}
section {
    padding: 100px 0px;
}
.title {
    font-family: "Montserrat Bold";
    font-size: 26px;
    margin: 0px 0px 45px 0px;
}
.subtitle {
    font-family: "Montserrat SemiBold";
    font-size: 22px;
    margin: 0px 0px 35px 0px;
}
.sub-subtitle {
    font-family: "Montserrat";
    font-size: 18px;
    margin: 0px 0px 25px 0px;
}
.m-0 {
    margin: 0 !important;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.mt-0 {
    margin-top: 0 !important;
}

.mt-1 {
    margin-top: 10px;
}
.mt-2 {
    margin-top: 20px;
}
.mt-2- {
    margin-top: -22px;
}
.mt-3 {
    margin-top: 30px;
}
.mt-4 {
    margin-top: 40px;
}
.mt-5 {
    margin-top: 50px;
}
.mb-1 {
    margin-bottom: 10px;
}
.mb-2 {
    margin-bottom: 20px;
}
.mb-3 {
    margin-bottom: 30px;
}
.mb-4 {
    margin-bottom: 40px;
}
.mb-5 {
    margin-bottom: 50px;
}

.p-0 {
    padding: 0 !important;
}
.pb-0 {
    padding-bottom: 0 !important;
}
.pt-0 {
    padding-top: 0 !important;
}
.p-2 {
    padding: 20px !important;
}
.pt-1 {
    padding-top: 10px;
}
.pt-2 {
    padding-top: 20px;
}
.pt-3 {
    padding-top: 30px;
}
.pt-4 {
    padding-top: 40px;
}
.pt-5 {
    padding-top: 50px;
}

.vertical-align-middle {
    vertical-align: middle;
}

/* header */
header#home {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
header#home .container {
    height: calc(100% - 64px);
    overflow: hidden;
}
#logo {
    width: 200px;
    padding-top: 17px;
}
ul#nav-mobile {
    margin-left: 50px;
}
ul#nav-mobile a {
    font-family: "Montserrat Medium";
}
ul#slide-out a {
    font-family: "Montserrat Bold";
    font-size: 18px;
}
#logo-sidenav {
    width: 120px;
    margin: 15px 0px 15px 32px;
}
#hero {
    height: 100%;
    overflow: hidden;
}
.header-row,
#hero-left,
#hero-right,
.col-separator {
    height: 100%;
}
#hero-left,
#hero-right,
.col-separator {
    display: table;
}
.slider-content,
.title-content {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}
#hero h1 {
    font-family: "Montserrat Bold";
    margin-top: 0 !important;
}

/* slidr */
aside[id="slidr-img-control"] .slidr-control.up:after {
    border-color: transparent !important;
}
aside[id="slidr-img-control"] .slidr-control.down:after {
    border-color: transparent !important;
}
#slidr-img-control {
    left: 0;
    float: left;
}
#slidr-img {
    width: 100%;
    height: auto;
}
#slidr-img img {
    width: 80%;
}
/* lineas */

.lineas img {
    width: 50%;
    transition: transform 0.2s;
}
.lineas img:hover {
    transform: scale(1.1);
}
.filter-inputs input.select-dropdown {
    border: 2px solid #ffffff !important;
    border-radius: 22px;
    padding-left: 10px;
    background: #ffffff;
}
.filter-inputs .select-wrapper .caret {
    z-index: 1;
}
.filter-inputs label {
    padding-left: 15px;
    color: #000028;
}
.filter-inputs .select-wrapper {
    margin-top: 10px;
}
.filter-inputs .select-wrapper ul {
    border-radius: 22px;
}
.filter-inputs .dropdown-content li > span {
    color: #000028;
}
/* cotizacion */
:focus {
    outline: none;
}
#cotizacion input {
    background: #ffffff !important;
    color: #000028 !important ;
    padding: 0px 15px;
    box-sizing: border-box;
    border-left: 4px solid #000028;
    border-bottom: 3px solid #000028;
    border-radius: 50px;
}
#cotizacion input:focus {
    border-color: #00dcff;
}
#cotizacion .boton:hover {
    background: #ffffff !important;
    transition: 0.5s;
}
#cotizacion .dropdown-content {
    border-radius: 20px;
}

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #000028;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #000028;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #000028;
}
/*  destacados  */

.carousel-item h3 {
    font-family: "Montserrat Medium";
    margin: 0 !important;
    font-size: 20px;
    padding: 3px 0px;
    background: #ffffff;
    background: linear-gradient(to left, #ffffff 50%, #d1e8fb 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    margin-left: 10px;
    transition: all 0.5s ease;
}
.carousel-item:hover h3 {
    background-position: left bottom;
    color: #000028 !important;
    transition: all 0.5s ease;
}
#destacados a.boton:hover {
    background: #ffffff;
    transition: 0.5s;
    color: #000028 !important;
}

/*  la empresa  */
div#la-empresa {
    background: url(../images/etc/la-empresa.png) top center no-repeat;
    background-size: cover;
}
#la-empresa button:hover {
    background: #ffffff;
    transition: 0.5s;
    color: #000028 !important;
}
#la-empresa img {
    padding: 10px 0px 10px 0px !important;
}
.headers {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 50px 0px;
}
.headers .navigation-row {
    background: #ffffff !important;
}
.headers .titulo {
    font-size: 25px;
}
.headers .subtitulo {
    font-family: "Montserrat Thin";
    font-size: 20px;
}
header.h-empresa {
    background: url(../images/bg/breadcrum1.jpg) center center no-repeat;
    background-size: cover;
}

/*catalogo */
header.h-catalogo {
    background: url(../images/bg/breadcrum2.jpg) center center no-repeat;
    background-size: cover;
}

.carouselProduct .carousel-cell {
    width: 100%;
    height: auto;
    margin-right: 10px;
    counter-increment: carousel-cell;
}

.w-full {
    width: 100%;
}
.carousel-nav .carousel-cell {
    height: 100px;
    width: 100px;
    opacity: 0.5;
}

.carousel-nav .carousel-cell.is-nav-selected {
    opacity: 1;
}
.productBox {
    border-radius: 15px;
    padding-bottom: 40px !important;
}
.product-details {
    padding: 10px 15px !important;
}
.product-details .title {
    margin-bottom: 10px !important;
}
.product-details p {
    margin-top: 0 !important;
    margin-bottom: 10px;
}
.product-details strong {
    font-family: "Montserrat SemiBold";
}
.details-filter-row h4 {
    margin-bottom: 10px !important;
    margin-top: 0px !important;
}
/*  breadcrum   */

#breadcrum {
    padding: 0 !important;
}
#breadcrum nav {
    border-top: 1px solid #000028;
    border-bottom: 1px solid #000028;
}
/*puntos*/
#carousel-puntos {
    height: 110px !important;
}
#carousel-puntos .carousel-item {
    width: 200px;
    height: 110px !important;
}
/*footer*/
.footer-copyright {
    font-family: "Montserrat Medium";
}
#logo-foter {
    width: 200px;
    padding-top: 50px;
}
footer h5 {
    padding-top: 50px;
    font-family: "Montserrat Medium";
}
.footer-img {
    width: 100%;
    height: 100px;
    background: url(../images/etc/texturas.png) center center no-repeat;
    background-size: cover;
}

.boxes {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 25px;

    padding-bottom: 20px;
    margin-bottom: 25px;
}
.boxes span {
    font-family: "Montserrat Medium";
    font-size: 14px;
    padding-left: 20px;
}
.boxes h3 {
    font-family: "Montserrat SemiBold";
    font-size: 18px;
    padding-left: 20px;
    margin-top: 10px;
    margin-bottom: 5px;
}
.boxes h3 a {
    color: #000028;
}
.boxes p {
    font-family: "Montserrat Medium";
    font-size: 14px;
    padding-left: 20px;
    margin: 0 !important;
}
.pagination li.active {
    background-color: #000028;
}

/*  contacto  */
header.h-contacto {
    background: url(../images/bg/breadcrum3.jpg) center center no-repeat;
    background-size: cover;
}
#mapa {
    width: 100%;
    height: 400px;
}
header.h-politica {
    background: url(../images/bg/breadcrum3.jpg) center center no-repeat;
    background-size: cover;
}
#form_sugerencias {
    padding: 15px;
    border-radius: 15px;
}
#form_sugerencias textarea {
    min-height: 150px;
}
#form_sugerencias .boton:hover {
    background: #ffffff !important;
    transition: 0.5s;
    color: #000028;
}

/*media query*/
@media only screen and (max-width: 600px) {
    #hero-left,
    #hero-right {
        height: 50%;
    }
    header#home .container {
        height: 100%;
    }
    header#home {
        height: auto;
    }
    header#home h1 {
        font-size: 2.8rem;
        padding-top: 50px;
    }
}
